home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / emacs-18.59src.lha / emacs-18.59 / etc / smakefile < prev    next >
Encoding:
Makefile  |  1993-06-05  |  368 b   |  18 lines

  1. all: env etags sh wakeup make-docfile
  2.  
  3. env: amiga-env.c
  4.     echo "'sc link to env nostkchk amiga-env.c' should work (but doesn't)."
  5.     echo "You're welcome to try ..."
  6.  
  7. make-docfile: make-docfile.c
  8.     sc link make-docfile.c
  9.  
  10. sh: sh.c
  11.     sc link sh.c
  12.  
  13. wakeup: wakeup.c
  14.     sc link wakeup.c
  15.  
  16. etags: etags.c
  17.     sc link idir src:unix/include def ETAGS etags.c lib src:unix/src/unix.lib
  18.